home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Salsa 0.3 / a next >
Encoding:
Text File  |  1996-04-11  |  82 b   |  9 lines  |  [TEXT/MSWD]

  1. def p()
  2. {
  3.     for (5) for(k in 0..9) print(k);
  4. }
  5.  
  6. def main()
  7. {
  8.     for(50) thread p();
  9. }